Overload | Description |
---|---|
DAItemVtqArguments<T> Constructor() | Initializes a new instance of the class. |
DAItemVtqArguments<T> Constructor(ServerDescriptor,DAItemDescriptor,DAVtq<T>,Object) | Initializes a new instance of the class. Initializes a new instance of the class, with the specified OPC server and item descriptors, value/timestamp/quality, and a user-defined state object. |
DAItemVtqArguments<T> Constructor(ServerDescriptor,DAItemDescriptor,DAVtq<T>) | Initializes a new instance of the class. Initializes a new instance of the class, with the specified OPC server and item descriptors, and value/timestamp/quality. |
DAItemVtqArguments<T> Constructor(String,String,String,VarType,T,DateTime,DAQuality,Object) | Initializes a new instance of the class. Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, with the data value, timestamp and quality, and with a user-defined state object. |
DAItemVtqArguments<T> Constructor(String,String,String,T,DateTime,DAQuality) | Initializes a new instance of the class. Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId, and with the data value, timestamp and quality. |
DAItemVtqArguments<T> Constructor(DAItemVtqArguments<T>) | Initializes a new copy of the DAItemVtqArguments<T> object. |